@charset "utf-8";
html{
    font-size: 0.625em;
}

body{
  	min-width: 1240px;
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
	border: none;
}
li{
    list-style: none;
}

.clear::after{
    content: "";
    display: block;
    clear: both;
}
.fl,.left{
    float: left;
}
.fr,.right{
    float: right;
}
a{
    outline: none;
    text-decoration: none;
    color: #000;
}
a:hover {
	color: none;
}
input, img, button{
    outline: none;
    border: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.heard {
    width: 100%;
    height: 400px;
    /* background: url('../images/bigbg.png') center no-repeat;
    background-size: cover; */
	background-color: #fff;
}
.hd_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.hd_top_fl a,.hd_top_fr a {
    font-size: 14px;
    /* color: #fff; */
	color: #000;
}
.hd_logo {
    margin: 40px 0;
}
.hd_logo img {
    width: 360px;
}
.hd_nav {
    position: relative;
    width: 100%;
    height: 70px;
    /* background: rgba(0, 0, 0, .4); */
	background-color: #015293;
    top: -70px;
}
.hd_nav .hd_nav_ul {position: relative;}
.hd_nav .hd_nav_li {
    float: left;
    width: 133px;
    text-align: center;
}
.hd_nav .hd_nav_li.active {
    background: #3bb1e9;
}
.hd_nav .hd_nav_li>a {
    display: block;
    width: 100%;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.hd_nav .nav_sub_ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 780px;
    height: auto;
    overflow: hidden;
    transition: all 1s;
    z-index: 99;
}
.hd_nav .nav_sub_ul.active {
    display: block;
}
.hd_nav .nav_sub_li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.hd_nav .nav_sub_li a {
    display: block;
    padding: 0 10px;
}
.hd_nav .nav_sub_li a:hover {
    background: #3bb1e9;
    color: #fff;
}

.hd_nav_sub {
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #eee;
}
.hd_nav_sub .sub_column {
    width: 770px;
    height: 50px;
}
.hd_nav_sub .hd_search {
    position: relative;
    top: 4px;
    width: 420px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
}
.hd_nav_sub .hd_search input {
    width: 100%;
    height: 40px;
    padding: 0 115px 0 15px;
    font-size: 14px;
}
.hd_nav_sub .hd_search input::placeholder {
    font-size: 16px;
}
.hd_nav_sub .hd_search span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 40px;
    background: #1074b6;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}


.top_news {
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
}
.top_news_title {
    width: 100%;
    text-align: center;
}
.top_news_title i {
    display: inline-block;
    width: 70px;
    height: 40px;
    background: url('../images/topNew.png') center no-repeat;
    background-size: cover;
    margin-right: 20px;
    vertical-align: middle;
}
.top_news_title p {
    display: inline-block;
    font-size: 24px;
    color: #1074b6;
    vertical-align: middle;
    font-weight: bold;
}
.top_news_dis {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.top_news_dis a {
    font-size: 14px;
    color: #1074b6;
}


.pic_news {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}
.pic_news .pic_news_swiper {
    position: relative;
    width: 450px;
    height: 306px;
}
.pic_news .pic_news_swiper .swiper_left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
}
.pic_news .pic_news_swiper .swiper_left img, .pic_news .pic_news_swiper .swiper_right img {
    width: 40px;
    height: 40px;
}
.pic_news .pic_news_swiper .swiper_right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
}
.pic_news .pic_news_swiper .pic_img img {
    display: block;
    width: 450px;
    height: 306px;
}
.pic_news .pic_news_swiper .pic_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 14px;
}
.pic_news .pic_news_swiper .pagination {
    position: absolute;
    right: 5px;
    bottom: 2px;
}
.pic_news .pic_news_swiper .pagination li {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 100%;
	background: #fff;
	cursor: pointer;
}
.pic_news .pic_news_swiper .pagination li.on {
	background: #1074b6;
}
.pic_news_mian {
    width: 465px;
    margin-left: 15px;
}
.tab_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
}
.tab_title li {
    float: left;
    margin-right: 17px;
    height: 40px;
    text-align: center;
}
.tab_title li:last-child {
    margin-right: 0;
}
.tab_title li a {
    display: block;
    font-size: 18px;
}
.tab_title li.active {
    border-bottom: 2px solid #1074b6;
    font-weight: bold;
}
.tab_title li.active a {
    color: #1074b6;
}
.tab_center ul,.briefing_cent ul{
    display: none;
    width: 100%;
    overflow: hidden;
}
.tab_center ul.active,.briefing_cent ul.active{
    display: block;
}
.tab_center li,.briefing_cent .rdgz li{
    position: relative;
    width: 100%;
    line-height: 30px;
    padding-left: 18px;
    overflow: hidden;
}
.tab_center li::before,.briefing_cent .rdgz li::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #c1c1c1;
}
.tab_center li:hover p,.briefing_cent .rdgz li:hover p{
    color: #1074b6;
}
.tab_center li p,.briefing_cent .rdgz li p{
    font-size: 16px;
    color: #666;
}
.tab_center li p.tab_center_time,.briefing_cent .rdgz li p.tab_center_time{
    color: #ccc;
}
.govpushinfo150203 a{
    display:block;
    width:390px;
    overflow:hidden;
    line-height: 30px;
    font-size: 16px;
    float: left;
    color:#666;
}
.govpushinfo150203 span{
    float:right;
    font-size: 16px;
    color:#ccc;
}

.pic_news_leader {
    width: 235px;
}
.leader_box {
    width: 110px;
}
.leader_box img {
    display: block;
    width: 110px;
    height: 140px;
    margin-top: 20px;
}
.leader_box .leader_post {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    color: red;
}
.leader_box .leader_name {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #1074b6;
    display: block;
}
.leader_box .leader_btn {
    width: 100%;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
}
.leader_box .leader_btn a {
    display: block;
    font-size: 12px;
    color: #666;
    transition: all 0.5s;
}
.leader_box .leader_btn a:hover {
    background: #1074b6;
    color: #fff;
}


.advertisement {
	position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 25px;
    overflow: hidden;
}
.advertisement img {
    display: block;
    width: 100%;
    height: 120px;
}
.advertisement .pagination {
	position: absolute;
    width: auto;
    right: 5px;
    bottom: 0;
}
.advertisement .pagination li {
    width: 20px;
	height: 20px;
	margin-right: 8px;
    color: #fff;
    background: none;
    padding: 2px;
    border-radius: 0;
	font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.advertisement .pagination li.on {
    background: url('../images/specialBg.png') center no-repeat;
    background-size: cover;
}


.mian_news {
    width: 100%;
    margin-bottom: 20px;
}
.mian_news .new_box {
    width: 390px;
    border: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mian_news .new_box.briefing_fr {
    height: 341px;
}
.mian_news .new_box .new_title {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #1074b6;
    background: url('../images/mianListBgDuan.png') center no-repeat;
    background-size: cover;
}
.mian_news .new_title p {
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
}
.mian_news .new_title p a {
    font-size: 18px;
}
.mian_news .new_title p.active {
    background: #1074b6;
}
.mian_news .new_title p.active a {
    color: #fff;
}
.mian_news .new_cent {
    width: 100%;
    padding: 10px;
}
.mian_news .new_cent li {
    position: relative;
    width: 100%;
    padding-left: 15px;
    line-height: 30px;
}
.mian_news .new_cent li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    height: 9px;
    background: url('../images/ztlogo.png') center no-repeat;
    background-size: cover;
}
.mian_news .new_cent li a {
    font-size: 16px;
}
.mian_news .new_cent li:hover a {
    color: #1074b6;
}


.mian_news_one {
    height: 341px;
}
.mian_news_tow {
    height: 335px;
}
.mian_news_one .govfile_md, .mian_news_tow .InforDis_md {
    margin-left: 15px;
}
.mian_news .govfile_title p {
    padding: 0 12px;
}

.company_cent ul, .govfile_cent ul,.briefing_cent_fr ul{display: none}
.company_cent ul.active, .govfile_cent ul.active,.briefing_cent_fr ul.active{display: block}

.briefing_cent {
    width: 100%;
    padding: 10px;
}
.briefing_cent a {
    /* display: block; */
    width: 100%;
}
.briefing_cent li {
    position: relative;
    width: 100%;
    margin: 15px 0;
    padding-left: 15px;
    font-size: 16px;
}
.briefing_cent li::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 6px;
    height: 9px;
    background: #1074b6;
}
.briefing_cent li.abstract {
    line-height: 30px;
}
.briefing_cent li.abstract::before {
    top: 11px;
}
.briefing_cent li span {
    color: #1074b6;
}

.executive_cent_first {
    height: 140px;
    background: #f3f9ff;
    padding: 15px 10px;
}
.executive_cent_first p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}
.executive_cent_first p span {
    color: #1074b6;
}
.executive_cent_first .executive_cent_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1074b6;
}

.InforDis_cent {
    width: 100%;
    padding: 10px;
}
.InforDis_cent li {
    width: 100%;
    height: 60px;
    margin-top: 8px;
}
.InforDis_cent li p {
    position: relative;
    width: 180px;
    height: 60px;
    background: #f3f9ff;
    text-align: center;
    line-height: 60px;
}
.InforDis_cent li a {
    color: #1074b6;
    font-size: 16px;
}
.InforDis_cent li span {
    display: inline-block;
    width: 128px;
}
.InforDis_cent li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.InforDis_cent li i.InforDis_i0 {
    background: url('../images/xxgk_04.png') center no-repeat;
}
.InforDis_cent li i.InforDis_i1 {
    background: url('../images/xxgk_05.png') center no-repeat;
}
.InforDis_cent li i.InforDis_i2 {
    background: url('../images/xxgk_06.png') center no-repeat;
}
.InforDis_cent li i.InforDis_i3 {
    background: url('../images/xxgk_07.png') center no-repeat;
}
.InforDis_cent li i.InforDis_i4 {
    background: url('../images/xxgk_08.png') center no-repeat;
}
.InforDis_cent li i.InforDis_i5 {
    background: url('../images/xxgk_09.png') center no-repeat;
}
.InforDis_cent li i.InforDis_i6 {
    background: url('../images/xxgk_10.png') center no-repeat;
}
.InforDis_cent li i.InforDis_i7 {
    background: url('../images/xxgk_11.png') center no-repeat;
}

.mian_news .new_box.areas_fr {
    border: none;
    height: 335px;
}
.areas_cent .areas_cent_swiper {
    position: relative;
    width: 100%;
    height: 150px;
    padding-top: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}
.areas_cent .areas_cent_swiper .areas_left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -74px;
    z-index: 999;
    background: #fff;
    height: 100%;
    line-height: 148px;
    cursor: pointer;
}
.areas_cent .areas_cent_swiper .areas_right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -74px;
    z-index: 999;
    background: #fff;
    height: 100%;
    line-height: 148px;
    cursor: pointer;
}
.areas_cent .areas_img {
    width: 100%;
    padding: 10px;
}
.areas_cent .areas_img i {
    display: block;
    width: 100%;
    height: 45px;
    margin: 15px auto;
}
.areas_cent .areas_img li i.areas_img_01 {
    background: url('../images/zdly_01.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_02 {
    background: url('../images/zdly_02.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_03 {
    background: url('../images/zdly_03.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_04 {
    background: url('../images/zdly_04.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_05 {
    background: url('../images/zdly_05.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_06 {
    background: url('../images/zdly_06.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_07 {
    background: url('../images/zdly_07.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_08 {
    background: url('../images/zdly_08.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_09 {
    background: url('../images/zdly_09.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_10 {
    background: url('../images/zdly_10.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_11 {
    background: url('../images/zdly_11.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_12 {
    background: url('../images/zdly_12.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_13 {
    background: url('../images/zdly_13.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_14 {
    background: url('../images/zdly_14.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_15 {
    background: url('../images/zdly_15.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_16 {
    background: url('../images/zdly_16.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_17 {
    background: url('../images/zdly_17.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_18 {
    background: url('../images/zdly_18.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_19 {
    background: url('../images/zdly_19.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_20 {
    background: url('../images/zdly_20.png') center no-repeat;
}
.areas_cent .areas_img li i.areas_img_21 {
    background: url('../images/zdly_21.png') center no-repeat;
}
.areas_cent .areas_img p {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.areas_catalog {
    width: 100%;
    height: 130px;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #eee;
}
.areas_catalog_big {
    width: 180px;
    height: 110px;
    padding-top: 30px;
    background: #1074b6;
    text-align: center;
}
.areas_catalog_big a {
    display: block;
    color: #fff;
    font-size: 18px;
}
.areas_catalog_big a:hover {
    color: #fff;
}
.areas_catalog_span {
    width: 180px;
    height: 110px;
}
.areas_catalog_span span {
    display: block;
    width: 100%;
    height: 50px;
    background: #1074b6;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}
.areas_catalog_span span a {
    display: block;
    color: #fff;
    font-size: 18px;
}

.mian_news .new_box.government {
    width: 100%;
    height: 370px;
}
.mian_news .new_box.government .new_title {
    background: url('../images/mainListBgChang.png') center no-repeat;
    background-size: cover;
}
.government .government_login a {
    padding: 2px 20px;
    line-height: 40px;
    font-size: 14px;
    background: #1074b6;
    border-radius: 5px;
    color: #fff;
    margin-right: 20px;
}
.government_cent {
    width: 100%;
    padding: 10px 20px;
}
.government_cent .government_tab {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
}
.government_cent .government_tab p {
    position: relative;
    width: 140px;
    height: 40px;
    margin-right: 25px;
    text-align: center;
    font-size: 20px;
}
.government_cent .government_tab p.active {
    border-bottom: 2px solid #1074b6;
    color: #1074b6;
    font-weight: bold;
}
.government_cent .government_tab p::after {
    position: absolute;
    top: 6px;
    right: -10px;
    content: '';
    width: 0px;
    height: 20px;
    border-left: 1px dotted #eee;
}
.government_tab_list {
    width: 100%;
    height: 190px;
    margin: 15px 0;
}
.government_tab_btn p {
    position: relative;
    width: 130px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
    color: #1074b6;
    font-size: 18px;
    background: #f3f9ff;
    cursor: pointer;
}
.government_tab_btn p i {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 15px;
}
.government_tab_btn p i.grfw {
    background: url('../images/grfw.png') center no-repeat;
}
.government_tab_btn p i.frfw {
    background: url('../images/frfw.png') center no-repeat;
}
.government_tab_btn p.active {
    background: #1074b6;
    color: #fff;
}
.government_tab_btn p.active i.grfw {
    background: url('../images/grfw_active.png') center no-repeat;
}
.government_tab_btn p.active i.frfw {
    background: url('../images/frfw_active.png') center no-repeat;
}
.government_tab_btn p.active::after {
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    content: '';
    width: 20px;
    height: 20px;
    background: #1074b6;
    transform: rotate(45deg);
    z-index: -1;
}
.government_tab_cent {
    width: 1000px;
}
.government_tab_cent ul {display: none;}
.government_tab_cent ul.active {display: block;}
.government_tab_cent li {
    width: 125px;
    height: 80px;
    border: 1px solid #eee;
    text-align: center;
}
.government_tab_cent li.mar_ri {
    margin-right: 20px;
}
.government_tab_cent li.mar_bot {
    margin-bottom: 20px;
}
.government_tab_cent li i {
    display: block;
    width: 35px;
    height: 35px;
    margin: 10px auto;
}
.government_tab_cent li i.grfw01 {
    background: url('../images/grfw_01-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw01 {
    background: url('../images/grfw_01.png') center no-repeat;
}
.government_tab_cent li i.grfw02 {
    background: url('../images/grfw_02-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw02 {
    background: url('../images/grfw_02.png') center no-repeat;
}
.government_tab_cent li i.grfw03 {
    background: url('../images/grfw_03-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw03 {
    background: url('../images/grfw_03.png') center no-repeat;
}
.government_tab_cent li i.grfw04 {
    background: url('../images/grfw_04-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw04 {
    background: url('../images/grfw_04.png') center no-repeat;
}
.government_tab_cent li i.grfw05 {
    background: url('../images/grfw_05-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw05 {
    background: url('../images/grfw_05.png') center no-repeat;
}
.government_tab_cent li i.grfw06 {
    background: url('../images/grfw_06-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw06 {
    background: url('../images/grfw_06.png') center no-repeat;
}
.government_tab_cent li i.grfw07 {
    background: url('../images/grfw_07-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw07 {
    background: url('../images/grfw_07.png') center no-repeat;
}
.government_tab_cent li i.grfw08 {
    background: url('../images/grfw_08-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw08 {
    background: url('../images/grfw_08.png') center no-repeat;
}
.government_tab_cent li i.grfw09 {
    background: url('../images/grfw_09-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw09 {
    background: url('../images/grfw_09.png') center no-repeat;
}
.government_tab_cent li i.grfw10 {
    background: url('../images/grfw_10-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw10 {
    background: url('../images/grfw_10.png') center no-repeat;
}
.government_tab_cent li i.grfw11 {
    background: url('../images/grfw_11-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw11 {
    background: url('../images/grfw_11.png') center no-repeat;
}
.government_tab_cent li i.grfw12 {
    background: url('../images/grfw_12-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw12 {
    background: url('../images/grfw_12.png') center no-repeat;
}
.government_tab_cent li i.grfw13 {
    background: url('../images/grfw_14-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw13 {
    background: url('../images/grfw_14.png') center no-repeat;
}
.government_tab_cent li i.grfw14 {
    background: url('../images/grfw_13-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw14 {
    background: url('../images/grfw_13.png') center no-repeat;
}
/* 
 **************************************************************************************
 **************************************************************************************
*/
.government_tab_cent li i.frfw01 {
    background: url('../images/frfw_01.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw01 {
    background: url('../images/frfw_01-1.png') center no-repeat;
}
.government_tab_cent li i.frfw02 {
    background: url('../images/frfw_02.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw02 {
    background: url('../images/frfw_02-1.png') center no-repeat;
}
.government_tab_cent li i.frfw03 {
    background: url('../images/frfw_03.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw03 {
    background: url('../images/frfw_03-1.png') center no-repeat;
}
.government_tab_cent li i.frfw04 {
    background: url('../images/frfw_04.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw04 {
    background: url('../images/frfw_04-1.png') center no-repeat;
}
.government_tab_cent li i.frfw05 {
    background: url('../images/frfw_05.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw05 {
    background: url('../images/frfw_05-1.png') center no-repeat;
}
.government_tab_cent li i.frfw06 {
    background: url('../images/frfw_06.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw06 {
    background: url('../images/frfw_06-1.png') center no-repeat;
}
.government_tab_cent li i.frfw07 {
    background: url('../images/frfw_07.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw07 {
    background: url('../images/frfw_07-1.png') center no-repeat;
}
.government_tab_cent li i.frfw08 {
    background: url('../images/frfw_08.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw08 {
    background: url('../images/frfw_08-1.png') center no-repeat;
}
.government_tab_cent li i.frfw09 {
    background: url('../images/frfw_09.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw09 {
    background: url('../images/frfw_09-1.png') center no-repeat;
}
.government_tab_cent li i.frfw10 {
    background: url('../images/frfw_10.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw10 {
    background: url('../images/frfw_10-1.png') center no-repeat;
}
.government_tab_cent li i.frfw11 {
    background: url('../images/frfw_11.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw11 {
    background: url('../images/frfw_11-1.png') center no-repeat;
}
.government_tab_cent li i.frfw12 {
    background: url('../images/frfw_12.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw12 {
    background: url('../images/frfw_12-1.png') center no-repeat;
}
.government_tab_cent li i.frfw13 {
    background: url('../images/frfw_13.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw13 {
    background: url('../images/frfw_13-1.png') center no-repeat;
}
.government_tab_cent li i.frfw14 {
    background: url('../images/grfw_13-1.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw14 {
    background: url('../images/grfw_13.png') center no-repeat;
}

.government_tab_cent li span {
    font-size: 14px;
    color: #333;
}
.government_bottom .government_search {
    width: 390px;
    height: 40px;
    border: 1px solid #eee;
}
.government_bottom .government_search input {
    display: block;
    width: 328px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 12px;
}
.government_bottom .government_search button {
    display: block;
    width: 60px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #1074b6;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.government_want p {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1074b6;
    margin-left: 10px;
    border-radius: 5px;
}
.government_want p a {
    color: #fff;
    font-size: 14px;
}

.mian_news_four {
    width: 100%;
    height: 286px;
}
.mian_news .interaction_fl {
    width: 420px;
    height: 286px;
}
.interaction_cent {
    width: 100%;
    padding: 10px;
}
.interaction_mailbox {
    width: 391px;
    height: 70px;
    margin-top: 10px;
    padding-left: 90px;
    background: url('../images/mailbox_bg.png') center no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.interaction_mailbox p {
    position: relative;
    padding: 0 20px;
    line-height: 70px;
}
.interaction_mailbox p::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: '';
    width: 3px;
    height: 20px;
    background: rgba(255, 255, 255, .6);
}
.interaction_mailbox p:last-child::after {display: none;}
.interaction_mailbox p a {
    font-size: 20px;
    color: #fff;
}
.interaction_phone {
    width: 392px;
    height: 50px;
    margin-top: 10px;
    text-align: center;
    line-height: 50px;
    background: url('../images/interaction_phone_bg.png') center no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.interaction_phone a {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.interaction_phone a:hover {
    color: #fff;
}
.interaction_uls {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}
.interaction_uls li:hover span {
    color: #1074b6;
}
.interaction_uls li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
}
.interaction_uls li i.hdjl_wd {
    background: url('../images/hdjl_wd.png') center no-repeat;
}
.interaction_uls li i.hdjl_xmt {
    background: url('../images/hdjl_xmt.png') center no-repeat;
}
.interaction_uls li i.hdjl_jy {
    background: url('../images/hdjl_jy.png') center no-repeat;
}
.interaction_uls li i.hdjl_ta {
    background: url('../images/hdjl_ta.png') center no-repeat;
}
.interaction_uls li span {
    display: inline-block;
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}


.mian_news .onLine_fr {
    width: 760px;
}
.mian_news .new_box.onLine_fr .new_title {
    background: url('../images/mainListBgZhong.png') center no-repeat;
    background-size: cover;
}
.mian_news .new_box.onLine_fr .new_title p {
    margin-right: 40px;
}
.mian_news .new_box.onLine_fr .new_title p:nth-of-type(2) a:hover,
.government_cent .government_tab p:nth-of-type(2) a:hover,
.government_cent .government_tab p:nth-of-type(3) a:hover,
.government_cent .government_tab p:nth-of-type(4) a:hover {
    font-weight: bold;
}
.onLine_cent {
    width: 100%;
    padding: 10px;
}
.onLine_cent_list {
    width: 360px;
    padding: 10px;
}
.onLine_cent_list .onLine_list_title {
    position: relative;
    width: 100%;
    height: 22px;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 22px;
}
.onLine_cent_list .onLine_list_title::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 5px;
    height: 22px;
    background: url('../images/jcgk_listBg.png') center no-repeat;
    background-size: cover;
}
.onLine_cent_list .onLine_list_title a {
    font-size: 18px;
    font-weight: bold;
}
.onLine_cent_list li {
    position: relative;
    width: 100%;
    padding-left: 20px;
    line-height: 30px;
}
.onLine_cent_list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 13px;
    height: 13px;
    background: url('../images/ztlogo.png') center no-repeat;
}
.onLine_cent_list li:hover a {
    color: #1074b6;
}
.onLine_cent_list li a {
    font-size: 14px;
    color: #666;
}



.slogan {
	position: relative;
	width: 100%;
	height: 160px;
    margin-bottom: 20px;
}
.slogan img {
    display: block;
    width: 100%;
    height: 160px;
}
.slogan .pagination {
	position: absolute;
    width: auto;
    right: 0;
    bottom: 7px;
}
.slogan .pagination li {
    width: 12px;
	height: 12px;
	margin-right: 8px;
    background: #fff;
}
.slogan .pagination li.on {
    background: #1074b6;
}



.mian_news .department_fl {
    width: 100%;
    height: auto;
}
.mian_news .new_box.department_fl .new_title {
    background: url(../images/mainListBgChang.png) center no-repeat;
    background-size: cover;
}
.department_cent {
    width: 100%;
    padding: 20px;
}
.department_cent .department_name {
    /* width: 900px; */
    width: 100%;
}
.department_cent .department_name li {
    /* width: 25%; */
    width: 20%;
    margin-bottom: 15px;
}
.department_cent .department_name li a {
    font-size: 14px;
    color: #666;
}
.department_cent .department_name li a:hover {
    color: #1074b6;
}
.department_cent .department_ranking {
    display: none;
    width: 230px;
}
.department_ranking .department_ranking_title {
    position: relative;
    width: 100%;
    height: 22px;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 22px;
}
.department_ranking .department_ranking_title::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 5px;
    height: 22px;
    background: url('../images/jcgk_listBg.png') center no-repeat;
    background-size: cover;
}
.department_ranking .department_ranking_title a {
    font-size: 18px;
    font-weight: bold;
}

.department_ranking li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 15px 0;
}
.department_ranking li:hover p {
    color: #1074b6;
}
.department_ranking li p {
    font-size: 14px;
}
.department_ranking li .ranking_serial {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #1074b6;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
.department_ranking li .ranking_num {
    color: #e24242;
}



.special_banner {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #eee;
}
.special_banner .swiper_prev {
    width: 35px;
    height: 90px;
    margin-top: 10px;
    background: url('../images/special_left.png') center no-repeat;
    cursor: pointer;
}
.special_banner .swiper_next {
    width: 35px;
    height: 90px;
    margin-top: 10px;
    background: url('../images/special_right.png') center no-repeat;
    cursor: pointer;
}
.special_banner .special_banner_swiper {
    width: 1100px;
    height: 90px;
    margin-top: 10px;
}
.special_banner .special_banner_swiper img {
    display: block;
    width: 100%;
    height: 90px;
}



.footer {
    width: 100%;
    padding: 20px 0;
    background: #1074b6;
}
.linkBox {
    width: 100%;
    margin-bottom: 20px;
}
.linkBox .linkselect {
    width: 170px;
    height: 35px;
    margin-right: 125px;
    line-height: 35px;
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.linkBox .linkselect:last-child {
    margin-right: 0;
}
.linkBox .linkselect option {
    color: red;
}

.footer_info {
    width: 100%;
    text-align: center;
}
.footer_info .footer_img01 {
    display: inline-block;
    width: 50px;
    height: 60px;
    margin-right: 20px;
    vertical-align: middle;
}
.footer_info .footer_img02 {
    display: inline-block;
    width: 65px;
    height: 65px;
    margin-right: 30px;
    vertical-align: middle;
}
.footer_info .footer_img03 {
    display: inline-block;
    width: 110px;
    height: 55px;
    vertical-align: middle;
}
.footer_info .footer_img01 img {
    display: block;
    width: 50px;
    height: 60px;
}
.footer_info .footer_img02 img {
    display: block;
    width: 65px;
    height: 65px;
}
.footer_info .footer_img03 img {
    display: block;
    width: 110px;
    height: 55px;
}
.footer_info_cent {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-left: 30px;
    text-align: left;
    vertical-align: middle;
}
.footer_info_cent::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -28px;
    content: '';
    width: 1px;
    height: 56px;
    background: #fff;
}
.footer_info_cent span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.footer_info_cent span a {
    font-size: 14px;
    color: #fff;
}
.briefing_cent .rdgz li{margin: 0;}
.interaction_uls li i.hdjl_wd.sjtj_icon{
        background-image: url(../images/sjtj_icon.png);
    }
    .interaction_uls li i.hdjl_xmt.qzjz_icon {
        background-image: url(../images/qzjz_icon.png);
    }